/// <summary>
 /// Increases the size of the scanner (zoom in)
 /// </summary>
 private void onZoomIn()
 {
     _previewScreenInterface.ScaleUp();
     _isDirty = true;
 }