public Restaurant()
 {
     this.locationField = new RestaurantLocation();
 }
 public Restaurant()
 {
     this.locationField = new RestaurantLocation();
 }