public List <Component> ListComponent(int?componentId)
 {
     return(ApartmentMethods.ListComponent(componentId));
 }