public List[] GetAllByGroup(long id)
 {
     return(_listRepository.GetAllByGroupId(id));
 }