// GET: RegistroPlatillo
 public ActionResult RegistroPlatillo()
 {
     return(View(ObjModel.TABLA_PLATILLO().Tables[0]));
 }
 public ActionResult Platillopingrediente()
 {
     return(View(ObjModel.TABLA_PLATILLO().Tables[0]));
 }