public void TestGetCallTypeByPrimaryCallTypeAutomatic()
 {
     //Arrange
     CallLogModel model = new CallLogModel(new FakeUnitOfWork());
     //Act
     IList<CS_CallType> resultList1 = model.GetCallTypeByPrimaryCallTypeAutomatic(2);
     //Assert
     Assert.AreEqual(2, resultList1.Count);
 }