public ActionResult IndexKok() { using (BarangDAL svbarang = new BarangDAL()) { var result = svbarang.GetKok().ToList(); return(View(result)); } }