public static CalendarItemStatusType CreateCalendarItemStatusType(int calendarItemStatusTypeID)
 {
     CalendarItemStatusType calendarItemStatusType = new CalendarItemStatusType();
     calendarItemStatusType.CalendarItemStatusTypeID = calendarItemStatusTypeID;
     return calendarItemStatusType;
 }
 public void AddToCalendarItemStatusTypes(CalendarItemStatusType calendarItemStatusType)
 {
     base.AddObject("CalendarItemStatusTypes", calendarItemStatusType);
 }