public void DeleteNewAndInWorkOrdersTest() { var repo = new SqlRepository(); Assert.IsTrue(repo.DeleteNewAndInWorkOrders()); }