//create new business
 public void CreateBusinessApplication()
 {
     //call home page to enter inside setting window
     Thread.Sleep(500);
     BusinessCreate.ClickOn();
     softAssert.VerifyElementIsPresent(BusinessName);
     //    BusinessName.EnterClearText("1", "name test");
     BusinessSavebutton.ClickOn();
     softAssert.VerifyElementIsPresent(BusinessEmail);
     BusinessName.EnterClearText(Constant.businessName);
     BusinessPractinerNum.EnterClearText(Constant.businessNum);
     BusinessAddress.EnterClearText(Constant.businessAddress);
     BusinessCity.EnterClearText(Constant.businessCity);
     BusinessPhone.EnterClearText(Constant.businessNum);
     BusinessEmail.EnterClearText(Constant.businessEmail);
     BusinessSavebutton.ClickOn();
     softAssert.VerifySuccessMsg();
 }
        public override int GetHashCode()
        {
            int hash = 1;

            if (entityId_ != null)
            {
                hash ^= EntityId.GetHashCode();
            }
            if (IataId.Length != 0)
            {
                hash ^= IataId.GetHashCode();
            }
            if (CommissionType != 0)
            {
                hash ^= CommissionType.GetHashCode();
            }
            if (commissionAmount_ != null)
            {
                hash ^= CommissionAmount.GetHashCode();
            }
            if (commissionPercentage_ != null)
            {
                hash ^= CommissionPercentage.GetHashCode();
            }
            if (GivenName.Length != 0)
            {
                hash ^= GivenName.GetHashCode();
            }
            if (FamilyName.Length != 0)
            {
                hash ^= FamilyName.GetHashCode();
            }
            if (BusinessAddress1.Length != 0)
            {
                hash ^= BusinessAddress1.GetHashCode();
            }
            if (BusinessAddress2.Length != 0)
            {
                hash ^= BusinessAddress2.GetHashCode();
            }
            if (BusinessCity.Length != 0)
            {
                hash ^= BusinessCity.GetHashCode();
            }
            if (BusinessState.Length != 0)
            {
                hash ^= BusinessState.GetHashCode();
            }
            if (BusinessZip.Length != 0)
            {
                hash ^= BusinessZip.GetHashCode();
            }
            if (BusinessNation.Length != 0)
            {
                hash ^= BusinessNation.GetHashCode();
            }
            if (BusinessPhoneNumber.Length != 0)
            {
                hash ^= BusinessPhoneNumber.GetHashCode();
            }
            if (BusinessFaxNumber.Length != 0)
            {
                hash ^= BusinessFaxNumber.GetHashCode();
            }
            if (BusinessEmailAddress.Length != 0)
            {
                hash ^= BusinessEmailAddress.GetHashCode();
            }
            return(hash);
        }