private void InitialDB() {
			_db = new Database();
			if (!_db.IsExist()) {
				_db.Make();
			}
		}