public void Delete(ProjectTracker.Library.ResourceAssignment assignment)
 {
     this.ProjectResource.Assignments.Remove(assignment);
 }