//activar public static string Activar(int idempleado) { DEmpleado Obj = new DEmpleado(); Obj.Idempleado = idempleado; return(Obj.Activar(Obj)); }