public List <Item> GetDataComboBoxItems(Category category) { List <Item> itemList = new List <Item>(); itemList = stockInRepository.GetDataComboBoxItems(category); return(itemList); }