public List <Service> GetAllServices() { return(service.GetAll().ToList()); }
public IList <Service> GetAllServices() { return(service.GetAll()); }