Future<bool> isTableExits() async{ bool isTableExits = await DBManager.isTableExits(tableName()); return isTableExits; }