public virtual int CreateCharity(ICharity charity)
 {
     return(_service.CreateCharity(charity));
 }