private void OnDisable()
 {
     Previous.RemoveListener(PreviousHandler);
     Next.RemoveListener(NextHandler);
 }