public void Delete(long id)
 {
     _designationService.DeleteSoftly(id);
 }