public virtual void DeleteCharityById(int id)
 {
     _service.DeleteCharityById(id);
 }