public UserViewModel() { RowCount = 0; UserList = new List <User>(); ModelsTypeList = CommonVariables.GetAllModuleList(); }