private void detach_Personels(Personel entity)
		{
			this.SendPropertyChanging();
			entity.Vardiya = null;
		}
		private void attach_Personels(Personel entity)
		{
			this.SendPropertyChanging();
			entity.Vardiya = this;
		}
 partial void UpdatePersonel(Personel instance);
 partial void DeletePersonel(Personel instance);
 partial void InsertPersonel(Personel instance);