public JArray PutCompoundUnit(CompoundUnits obj) //for Update
 {
     try
     {
         _units.UpdateCompoundUnits(obj); //.UpdateCompoundUnit(obj);
         return(GetCompoundUnit());
     }
     catch (Exception)
     {
         throw;
     }
 }