public List <Location> GetAllLocations()
 {
     _locationCtrl = new LocationCtrl();
     return(_locationCtrl.GetAllLocations());
 }