public static void MoveYAnimation(IAnimation animation, int step, int lenght) { animation.MoveY(step, lenght); }