I have the following classes:
abstract class BaseDataItem (var id :Long? = -1) { abstract fun onBindViewHolder(holder: RecyclerView.ViewHolder, positi