public bool ForwardServiceBattery(ForwardDetails model)
        {
            int rowAffected = _iServiceGateway.ForwardServiceBattery(model);

            return(rowAffected > 0);
        }