public IList <Org> GetAll()
 {
     return(_repository.LoadOrgs().ToList());
 }