public HttpResponseMessage Put(pantryLocation newPantryLocation)
 {
     return null;
 }
 public HttpResponseMessage Post(pantryLocation pantryLocation)
 {
     return null;
 }