public void InsertNewCustomer(int nextcustomerID, string userName, int lcid)
 {
     var context = new SidejobModel.SidejobEntities();
     context.InsertNewCustomer(nextcustomerID, userName, lcid,Admanagment.Helpers.Utility.GetUserID());
 }