public List <Models.Domain.Status> GetByGroupName(string name)
 {
     return(_statusRepository.GetByGroupName(name));
 }