public ClientInfo GetClientInfo(int id) { var clientInfo = _iClientInfoRepository.GetById(id); return(clientInfo); }