public void Init(int projectIDIn, int userIDIn, List <StatusType> statusListIn, ScrumQueueView view)
 {
     this.projectID = projectIDIn;
     this.userID    = userIDIn;
     this.comboBox_Status.DataSource = statusListIn;
     this.ParentView = view;
     if (this.item != null)
     {
         this.isViewNew = false;
     }
 }
 public void Init(int projectIDIn, int userIDIn, List<StatusType> statusListIn, ScrumQueueView view )
 {
     this.projectID = projectIDIn;
     this.userID = userIDIn;
     this.comboBox_Status.DataSource = statusListIn;
     this.ParentView = view;
     if (this.item != null)
         this.isViewNew = false;
 }