public ActionResult Delete(int id) { _HotelInfoRepo.DeleteAdditionalCharge(id); _HotelInfoRepo.DeleteCityList(id); _HotelInfoRepo.DeleteFacilityList(id); _HotelInfoRepo.DeleteRoomTypeList(id); _HotelInfoRepo.HotelInfoDelete(id); return(View("List", _HotelInfoRepo.HotelInfoList())); }