public static DataTable ShowDetails(string textsearch) { DInput Obj = new DInput(); return(Obj.ShowDetails(textsearch)); }