public List <SalesViewModel> LoadNames(AutoCompleteModel data)
 {
     return(_StockInRepository.LoadNames(data));
 }