private void attach_Projects(Project entity)
		{
			this.SendPropertyChanging();
			entity.ProjectStatus = this;
		}
		private void detach_Projects(Project entity)
		{
			this.SendPropertyChanging();
			entity.ProjectStatus = null;
		}
 partial void DeleteProject(Project instance);
		private void detach_Projects(Project entity)
		{
			this.SendPropertyChanging();
			entity.Employee = null;
		}
 partial void UpdateProject(Project instance);
		private void attach_Projects(Project entity)
		{
			this.SendPropertyChanging();
			entity.Employee = this;
		}
 partial void InsertProject(Project instance);