public ICollection <Item> GetByStatus(int stat)
 {
     return(itemRepo.GetByStatus(stat));
 }