private static BusinessEntities.Search.Location ConvertLocation(DAL.Location location)
 {
     return(location.toLocation());
 }