private void SaveAgingRepoQueue()
 {
     Response.Write(AgingRepoQueueBAL.SaveAgingPerformanceBalData(Request.QueryString, Request.Form));
 }
 private void GenAgingRepoQueue()
 {
     Response.Write(AgingRepoQueueBAL.GetAgingPerformanceBalData(Request.QueryString).ToJSON());
 }