public ActionResult UpdateAboutUs(string aboutus) { HotelModel hotelModel = new HotelModel(connectionString); hotelModel.UpdateAboutUs(aboutus); return(View("ModifyPage", "ModifyPage")); }