// POST api/<controller>
 public UserInfo GetUserInfoById(int userid)
 {
     return(userinformation.GetUserInfoById(userid));
 }