public IActionResult Index(string typeService, string customer)
        {
            var model = _serviceBusiness.GetIndexPageInformation(typeService, customer, _protector,
                                                                 ApplicationUserCurrent.AccountId);

            return(View(model));
        }