public static DataTable GetTbsusheTop(int i, string strWhere)
 {
     return(TbsusheDAL.GetTbsusheTop(i, strWhere));
 }