// GET: Registration
 public ActionResult Index()
 {
     return(View(registrationBuilder.BuildRegistrationVMS()));
 }