public async Task <IEnumerable <Organization> > Index()
 {
     return(await _manager.Get());
 }