public List <WorkgroupModel> GetAll()
 {
     return(_service.GetAll());
 }