public bool isLocationAvailable(string location)
 {
     return(dataAccess.LocationAvailable(location));
 }