partial void DeleteLogros(Logros instance);
 partial void UpdateLogros(Logros instance);
		private void detach_Logros(Logros entity)
		{
			this.SendPropertyChanging();
			entity.Usuarios = null;
		}
 partial void InsertLogros(Logros instance);
		private void attach_Logros(Logros entity)
		{
			this.SendPropertyChanging();
			entity.Usuarios = this;
		}