public override void OnCreate ()
		{
			binder.RService = this;
			notificationManager = NotificationManagerCompat.From (this);
			Last = this;
		}
 public override void OnCreate()
 {
     binder.RService     = this;
     notificationManager = NotificationManagerCompat.From(this);
     Last = this;
 }