public AutOrdenReparacionCollection FetchByID(object IdOrdenReparacion)
        {
            AutOrdenReparacionCollection coll = new AutOrdenReparacionCollection().Where("idOrdenReparacion", IdOrdenReparacion).Load();

            return(coll);
        }