public string DeleteUser(int id) { var pl = BL_Users.DeleteUser(id, UserAprosysAccounting.id); return(BL_Common.Serialize("success")); }