func TestSectionEmptyTitle(t *testing.T) {

    section := Section{Title: "", ProjectID: 1}
    errorMap, err := section.Validate()