public IActionResult AllRequests()
        {
            var list = apartments.AllRequests();

            return(this.View(list));
        }