public async Task <ActionResult> DeleteRoomType(int roomTypeId, int projectId) { await _accommodationService.RemoveRoomType(roomTypeId).ConfigureAwait(false); return(RedirectToAction("Index", new { ProjectId = projectId })); }