public ActionResult Create(demandeconsultationenligne h) { if (ModelState.IsValid) { a.addConsultation(h); // return RedirectToAction("Index"); return(View()); } else { return(View()); } }