public static string PostReq(int firstRow)
 {
     manageBLL mb = new manageBLL();
     return JsonConvert.SerializeObject(mb.PostReqSe(firstRow));
 }