public static Cargo ObtenerPorId(byte pId)
 {
     return(CargoDAL.ObtenerPorId(pId));
 }