public async Task <ActionResult> Create(CreateFlatDTO dto) { await buildingService.CreateFlat(dto); return(RedirectToAction("Index")); }