HistoryAction historyAction, HistoryTable historyTable,
String historyDescription, BOProject project)
{
ArrayList<BOHistory> currentHistoryForProject = project.getCurrentHistoryForProject();
BOHistory history = new BOHistory(historyUser, project.getProjectID(), historyItem, historyAction, historyTable, null, null, historyDescription);
}