public ActionResult GetShopsWithAddress(string country, string city, string street, string build) { return(View("~/Views/Main.cshtml", _shopModel.GetShopsWithAddress(country, city, street, build))); }