public static string PostFieldReq()
 {
     manageBLL mb = new manageBLL();
     return JsonConvert.SerializeObject(mb.PostFieldReq1());
 }