public void DeleteClientInfo(int id) { var clientInfo = GetClientInfo(id); _iClientInfoRepository.Delete(clientInfo); Save(); }