Enhance color factory and send the current project (data) to the timeline instance in order to build the project's cutting's annotation list.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace FingersDance.Actions
{
public interface ActionBase
{
void Execute();
}
}