public DataSet GetStackerDetails(int StackerLevel)
 {
     return(reports.GetStackerDetails(StackerLevel));
 }