public void DeleteCallById(int callId) { var call = GetCallById(callId); _callsRepository.DeleteOnSubmit(call); }