public virtual IEnumerable <ICharity> GetAllCharities()
 {
     return(_service.GetAllCharities());
 }