public List <Bar> GetBars()
 {
     return(_barService.GetBars());
 }