public ActionResult Index()
 {
     _databaseBuilder.RebuildDatabase();
     return(View());
 }