public string GetEmployeeInfo(string employeeid, string companyid, string objectype)
 {
     return(Newtonsoft.Json.JsonConvert.SerializeObject(dataLayer.GetEmployeeInformation(employeeid, companyid, Session["userid"].ToString(), objectype)));
 }