public List <MonsterName> GetAllMonsterNames()
 {
     return(monsterRepo.GetAllMonsterNames());
 }