public string getFarms()
 {
     return(JsonConvert.SerializeObject(querydata.GetAllFarms()));
 }