protected override void Add() { GroupList.Add(new GroupViewModel { GroupId = 0 }); CurrentGroup = GroupList.Last(); IsAdding = true; }