public void GetBookByIDTest() { int ID = 100; BooksBL bbl = new BooksBL(); Assert.Null(bbl.GetBookById(ID)); }