private void detach_Issue(Issue entity)
		{
			this.SendPropertyChanging();
			entity.Application = null;
		}
		private void attach_Issue(Issue entity)
		{
			this.SendPropertyChanging();
			entity.Application = this;
		}
 partial void UpdateIssue(Issue instance);
 partial void DeleteIssue(Issue instance);
 partial void InsertIssue(Issue instance);