public ViewModelFactory getViewModelFactory() {
   return (mApplicationLayers != null) ? mApplicationLayers.getViewModelFactory() : null;
 }