Regions And Images View Model
class RegionsAndImagesViewModel @Inject constructor(mapRepository: RegionsAndImagesRepository) : ViewModel
The RegionsAndImagesViewModel is the point of connection between the Regions and Images screen and its Repository