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