void InitEditors()
 {
     colPaymentStatus.ImageOptions.SvgImage  = SvgImage.FromResources(statusResourcePath + "Payment.svg", GetType().Assembly);
     colPaymentStatus.ColumnEdit             = EditorHelpers.CreatePaymentStatusImageComboBox(LookAndFeel, null, gridControl.RepositoryItems);
     colShipmentStatus.ImageOptions.SvgImage = SvgImage.FromResources(statusResourcePath + "Shipment.svg", GetType().Assembly);
     colShipmentStatus.ColumnEdit            = EditorHelpers.CreateShipmentStatusImageComboBox(LookAndFeel, null, gridControl.RepositoryItems);
 }