sealed class BottomNavigationFragmentState { data class ButtonClick(val viewId : Int) : BottomNavigationFragmentState() }