public DataSet CountTransactionByProduct(String User)
 {
     return(_repo.CountTransactionByProduct(User));
 }