public override bool ShouldAutorotateToInterfaceOrientation(UIInterfaceOrientation toInterfaceOrientation)
 {
     return(AppGlobal.MayRotate(toInterfaceOrientation));
 }