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