public static string saveReqPostField(List<postFieldInfo> pfr)
 {
     manageBLL mb = new manageBLL();
     return JsonConvert.SerializeObject(mb.saveReqPostField(pfr));
 }