public void UpdatingTransfusion(int a, string b, string c, string d, DateTime e, int f, string g, DateTime h)
        {
            UserBloodTransfusee u = new UserBloodTransfusee();

            u.UpdateTranfuse(a, b, c, d, e, f, g, h);
        }