public void Draw(ICanvas canvas)
 {
     if (mCurrentAction != null)
     {
         mCurrentAction.Draw(canvas);
     }
 }