public List <CallProtocol> GetCallProtocolsByCallId(int callId) { return(_callsRepository.GetCallProtocolsByCallId(callId)); }