public GestureListener(ZoomableLayout view)
 {
     _view = view;
 }
 public ScaleListener(ZoomableLayout view)
 {
     _view = view;
 }