public Line Insert(Line line) { logerror.Debug("Line name: " + line.Name); return(_lineRepository.Insert(line)); }