public HttpResponseMessage Getdetails(long appid)
        {
            proc_getdetailsofinsuree_Result result = null;

            result = entities.proc_getdetailsofinsuree(appid).FirstOrDefault();
            return(Request.CreateResponse <proc_getdetailsofinsuree_Result>(result));
        }