public List <string> GetAllSizes() { ServiceProduct service = new ServiceProduct(); return(service.GetAllSizes()); }