public HomeViewModel()
 {
     mText = new MutableLiveData();
     mText.SetValue("This is home fragment");
 }