public string DeleteUser(string userId) { int res = BLService.DeleteUser(int.Parse(userId)); return(js.Serialize(res)); }