public static DataTable GetDTby(string type, string content, int row, int number) { return(ReaderDAL.Searchby(type, content, row, number)); }