public void GivenIFillOutTheUserForm()
        {
            var customer = _scenarioContext.Get <ICustomer>();

            _userFormEaPage.CompleteUserForm(customer.Title, customer.Initial, customer.FirstName,
                                             customer.MiddleName, customer.LastName, customer.Gender, "Hindi", customer.Country);
        }