public DataTable LoadFilteredCompanyToComboBox(int categoryID)
 {
     return(_stockOutRepository.LoadFilteredCompanyToComboBox(categoryID));
 }