public DataTable LoadCategoryToComboBox()
 {
     return(_stockOutRepository.LoadCategoryToComboBox());
 }