public DataTable LoadFilteredCategoryToComboBox(int companyID)
 {
     return(_stockOutRepository.LoadFilteredCategoryToComboBox(companyID));
 }