public List <MonsterTitle> GetAllMonsterTitles()
 {
     return(monsterRepo.GetAllMonsterTitles());
 }