public bool DeletePermission(int PermissionId)
 {
     return(_repository.DeletePermission(PermissionId));
 }