public void Update(Models.Vendor vendor) { Collection.Save(vendor); }
public void Save(Models.Vendor vendor) { Collection.Insert(vendor); }