public ActionResult ShowByName1(string name) { return(Json(VendorBLL.ShowByName1(name), JsonRequestBehavior.AllowGet)); }
public ActionResult aaaa(int VenId) { return(Json(VendorBLL.ShowByName1(VenId), JsonRequestBehavior.AllowGet)); }