public void TestDeleteByHQL() { var hql = "from Album album where album.AlbumId=131"; Assert.AreEqual(1, _albumRepository.DeleteByHQL(hql)); }