public List <APP_PERMISSION> GetPermissions()
 {
     return(_repository.GetPermissions());
 }