public override bool OnCreate()
 {
     dictionary = new DictionaryDatabase(Context);
     return(true);
 }
		public override bool OnCreate ()
		{
			dictionary = new DictionaryDatabase (Context);
			return true;
		}