public string GetDonorByBloodType(string bloodType, string rhf)
        {
            string json = DBcon.RetrieveDonorByBloodType(conn, bloodType, rhf, "getDonorByBloodType");

            return(json);
        }