public IActionResult All() { var list = apartments.All().OrderBy(x => x.Number).ToList(); return(this.View(list)); }