public static void RemoveElementAt(int index, bool front) { CurrentInterface.RemoveAt(index, front); }