public void TestCreateStatus() { Assert.IsNotNull(db.Create(testStatus)); }
public Status Create(Status status) { return(db.Create(status)); }