public static DataTable dpi(string textobuscar) { DEmpleado Obj = new DEmpleado(); Obj.TextoBuscar = textobuscar; return(Obj.dpi(Obj)); }