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