protected override void GetSubItems(VendorManufacturer model)
 {
     model.Contacts = contactRepository.FindForVendorManufacturer(model.Bvin);
 }