public IActionResult AddRegistration(CreateRegistrationModel model)
 {
     model.AddNew();
     return(RedirectToAction("Index"));
 }