// GET: DaModel
 public ActionResult Index(DaModel currentPage)
 {
     return(View(currentPage));
 }
 // GET: DaModel
 public ActionResult Index(DaModel currentPage)
 {
     return View(currentPage);
 }