public IHttpActionResult Get(int id)
        {
            DataBaseMrRobotConn dbConn = new DataBaseMrRobotConn();

            return(Ok(dbConn.getCount()));// need to do: try and catch
        }