public List <MonsterModel> GetAllMonsterModels()
 {
     return(monsterRepo.GetAllMonsterModels());
 }