public int GetFrameForX(float x)
 {
     return(_sequenceEditor.GetFrameForX(x));
 }