protected virtual void OnPrev()
 {
     Prev?.Invoke(this, EventArgs.Empty);
 }