currentUser #ELMA
using EleWise.ELMA.BPM.Mvc.Controllers; using EleWise.ELMA.Security.Models; using EleWise.ELMA.Security.Services; using EleWise.ELMA.Services; return (IUser)Locator.GetServiceNotNull<IAuthenticationService>().GetCurrentUser();