public int CreateLocation(Location location)
 {
     _locationCtrl = new LocationCtrl();
     return(_locationCtrl.CreateLocation(location));
 }