// GET: User public ActionResult Index() { dbConnection = new SqlDatabaseConnection(); return(View(dbConnection.testConnection())); }