public static bool DeleteOneUser(int Id) { UserAPI _UserAPI = new UserAPI(); return(_UserAPI.DeleteOneUser(Id)); }