public List <dataValue_client> GetDataValues(int dataTypeId)
 {
     return(repository.GetAcitveDataValues_Client(dataTypeId));
 }