private void ShowDataInGrid()
 {
     retrieve.ShowCustomer(dataGridViewCustomer, CustomerIdGv, CustomerNameGv, CustomerCodeGv, CustomerContactNumberGv, CustomerEmailGv, CustomerAddresseGv, CustomerCityGv, CustomerCountryGv, CustomerPaymentMethodGv, CustomerDeliveryMethodGv, CustomerDeliveryLeadTimeIdGv);
 }