/// <summary> /// Retrives the count of Patients of a particular doctor /// </summary> /// <returns>Count of Patients</returns> public int GetDoctorsPatient(int DoctorId) { return(dashboardData.GetDoctorsPatient(DoctorId)); }