public bool AllowAccess(int profileId, string controllerName, string accessType) { return(_permissionRepository.AllowAccess(profileId, controllerName, accessType)); }