public void DeleteDelegationPermanently(int delId)
 {
     _delegationRepo.DeleteDelegation(delId);
 }