public bool DeleteStockOut(string no)
 {
     return(_stockoutRepository.DeleteStockOut(no));
 }