public static string saveReqPost(postInfo pr)
 {
     manageBLL mb = new manageBLL();
     return JsonConvert.SerializeObject(mb.saveReqPost(pr));
 }