public void addSupportType(int incidentID, int departmentID)
 {
     myDB.AddSupportTypeDB(incidentID, departmentID);
 }