public bool CanPerformAction(int userId, string moduleCode, Library.DTO.ModuleAction action) { return(factory.CanPerformAction(userId, moduleCode, action)); }