public override void ViewDidDisappear(bool animated)
 {
     timerController.Stop();
     base.ViewDidDisappear(animated);
 }