public ActionResult GetCategoryList() { ProductsDAO dao = new ProductsDAO(); var lstCt = dao.GetAllCategory(); return(PartialView(lstCt)); }