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