public int ReturnCompanyId(Company company)
 {
     return(_stockOutRepository.ReturnCompanyId(company));
 }