public void GetLawsuits()
        {
            var res = UserDefinedFunctions.GetLawsuits(2);

            Assert.IsInstanceOfType(res, typeof(IEnumerable));
            Assert.IsTrue((res as DataRowCollection).Count > 0);
        }