public HomeViewModel() { First = new FirstViewModel(); Second = new SecondViewModel(); Third = new ThirdViewModel(); }