public bool AsignStat(int ItemId, int stat)
 {
     return(itemRepo.AsignStat(ItemId, stat));
 }