public virtual ICharity GetCharityById(int id)
 {
     return(_service.GetCharityById(id));
 }