partial void DeleteVideos(Videos instance);
partial void UpdateVideos(Videos instance);
private void detach_Videos(Videos entity) { this.SendPropertyChanging(); entity.Usos = null; }
partial void InsertVideos(Videos instance);
private void attach_Videos(Videos entity) { this.SendPropertyChanging(); entity.Usos = this; }