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