public Task <IEnumerable <BarModel> > Get()
 {
     return(_service.GetAllAsync());
 }