public DataGroup_ElementController(IDataGroup_ElementRepository dataGroup_ElementRepository)
 {
     _dataGroup_ElementRepository = dataGroup_ElementRepository;
 }
 public DataGroup_ElementController(IDataGroup_ElementRepository dataGroup_ElementRepository)
 {
     _dataGroup_ElementRepository = dataGroup_ElementRepository;
 }
 public DataGroup_ElementController()
 {
     _dataGroup_ElementRepository = new SqlDataGroup_ElementRepository();
 }
 public DataGroup_ElementController()
 {
     _dataGroup_ElementRepository = new SqlDataGroup_ElementRepository();
 }