public void CreateCharacter(CharacterViewModel viewModel) { var character = GetCharacterFromModel(viewModel); context.AddCharacter(character); }